ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonConverterAttribute Class / JsonConverterAttribute Constructor / JsonConverterAttribute Constructor(Type,Object[])
The converter type.
The parameters which used to create the converter instance.

In This Topic
    JsonConverterAttribute Constructor(Type,Object[])
    In This Topic
    Creates an instance of JsonConverterAttribute.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal converterType As Type, _
       ByVal ParamArray converterParameters() As Object _
    )
    public JsonConverterAttribute( 
       Type converterType,
       params object[] converterParameters
    )

    Parameters

    converterType
    The converter type.
    converterParameters
    The parameters which used to create the converter instance.
    See Also